runtime.gList.empty (method)

13 uses

	runtime (current package)
		chan.go#L478: 	for !glist.empty() {
		mgcmark.go#L299: 	if list.empty() {
		proc.go#L3383: 		if list, delta := netpoll(0); !list.empty() { // non-blocking
		proc.go#L3628: 		if faketime != 0 && list.empty() {
		proc.go#L3642: 			if !list.empty() {
		proc.go#L3682: 		if list, delta := netpoll(0); !list.empty() {
		proc.go#L3915: 	if glist.empty() {
		proc.go#L5244: 	if pp.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
		proc.go#L5306: 	for !pp.gFree.empty() {
		proc.go#L6195: 			if !list.empty() {
		proc.go#L7100: func (l *gList) empty() bool {